.blgcomment-list > li:nth-child(n + 2) {
    margin-block-start: 15px !important;
}

.custom-card {
    border: 1px solid #ced4da;
}

.customizer-action svg {
    width: 23px !important;
    color: #ffffff !important;
}

.active-mode {
    border: solid 2px #000000 !important;
}

.property-img {
    max-width: 507px;
    max-height: 286px;
}

.text-justify {
    text-align: justify;
}

.custom .media {
    padding: 10px !important;
}

.user-avatar {
    width: 30px;
    height: 30px;
}

@media only screen and (max-width: 410px) {
    .header_li {
        display: none !important;
    }
}

.blgcomment-list li .media img {
    width: auto;
    height: 40px !important;
}

#card-element {
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
    padding: 13px !important;
}

.codex-sidebar .logo-gridwrap {
    padding: 0px 16px !important;
}

.setting-logo {
    width: 300px !important;
}

.landing-logo {
    max-width: 225px;
}

.auth-main .auth-wrapper.v2 .logo {
    max-width: 300px;
}

.b-brand .logo {
    max-width: 212px !important;
}

.lan-footer .codex-brand {
    margin-block-end: 0px !important;
}

.email-sidebar ul.custom-sidebarmenu-list {
    margin-block-start: 0px;
}

.invoice-logo {
    width: 250px;
}

.codex-calendar .events-list li {
    font-size: 13px;
    font-weight: 500;
    padding: 10px 10px;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
}

.codex-calendar .events-list {
    overflow: auto;
    height: 863px;
}

.landing_logo {
    filter: drop-shadow(2px 3px 7px #011c4b);
}

.head-invoice img {
    width: 250px;
}

.cdx-invoice .body-invoice .table tr td {
    padding: 10px 10px !important;
}

.codex-brand img {
    width: 300px;
}

.codex-authbox .auth-header .codex-brand {
    margin-block-end: 0px;
}

.intro {
    background-repeat: no-repeat;
    background-size: cover;
}

.landing_dash {
    position: absolute;
    right: 0px;
    top: 50%;
    left: auto;
    bottom: 0;
    transform: translateY(-50%);
    overflow: hidden;
    height: 585px;
    display: flex;
    align-items: center;
    width: 60%;
}

.landing_dash img {
    object-fit: cover;
    position: relative;
    right: -220px;
    border-radius: 10px;
    left: auto;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1440px) {
    .landing_dash {
        display: none;
    }
}

.lan-footer {
    text-align: center;
    background-color: unset;
}

.lan-footer .support-contain p {
    color: #051722;
    font-size: calc(16px + 4 * (100vw - 420px) / 1500);
}

.select2-container .select2-selection--multiple {
    min-height: 43px !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e5e5e5;
}

/* =========================================================================== */
.dt-length {
    padding-left: 7px !important;
}

.dt-search {
    padding-right: 7px !important;
}

.dt-info {
    padding-left: 7px !important;
}

.dt-paging {
    padding-right: 7px !important;
}

.dt-buttons {
    padding-left: 7px !important;
    float: left;
}

.dt-container {
    margin-top: 10px;
}

.dt-info {
    float: left;
}

.dt-paging {
    float: right;
    padding-top: 0.85em;
}

.form-group {
    margin-bottom: 7px;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 1.2em !important;
}

div:where(.swal2-container) .swal2-html-container {
    font-size: 0.9em !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    font-size: 0.8em !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    font-size: 0.8em !important;
}

div:where(.swal2-icon) {
    width: 4em !important;
    height: 4em !important;
}

.account-tabs .nav-item .nav-link {
    position: relative;
    padding: 0.7rem 1rem;
    font-weight: 500;
    color: var(--primary);
    display: flex;
    align-items: center;
}

.testaments-cards::after {
    background: transparent !important;
}

.pricingpricing .price-card .product-list li::before {
    content: "\eb55";
    color: red;
}

.pricingpricing .price-card .product-list li.enable::before {
    content: "\ea5e";
    color: #00c853;
}

.pricingpricing .price-card .product-list li {
    opacity: 1 !important;
}

.account-tabs .nav-item .nav-link.active {
    color: var(--bs-secondary-rgb);
    background: rgba(var(--bs-secondary-rgb), 0.1);
}

@media print {
    .table-responsive {
        overflow: visible !important;
        height: auto !important;
        display: block !important;
    }
    .header-wrapper {
        display: none !important;
    }
    .col-md-6,
    .col-lg-6 {
        width: 50% !important;
        float: left !important;
        display: block !important;
    }
    .carDiagrame {
        display: block !important;
    }

    .row {
        display: flex;
        flex-wrap: wrap;
    }
}

.color_type {
    position: relative;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.15s ease-in-out;
    margin-right: 10px;
    margin-top: 10px;
    width: 48px;
    height: 48px;
    flex: none;
    cursor: pointer;
}

.cutom_colorr.active::after,
.cutom_colorr.custom::after {
    content: "✓";
    color: #fff;
    font-size: 30px;
    background: none !important;
    font-weight: 900;
    background-color: transparent !important;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    line-height: 0;
}

.select2-container .select2-selection--multiple {
    min-height: 43px !important;
}

.select2-container--default .select2-selection-- {
    border: 1px solid #e5e5e5;
}

.modal-body .select2-container {
    z-index: 1024;
    width: 100% !important;
}

.modal-backdrop ~ .select2-container {
    width: 100% !important;
    z-index: 10000 !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    /* line-height: 1 !important; */
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    height: 100% !important;
    align-items: center;
}
.select2-container .select2-selection--single,
.form-control {
    height: 35px;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    line-height: 35px;
}
.select2-container .select2-selection--single {
    padding: 10px 0;
    border-color: #e5e5e5;
}
.form-label {
    margin-bottom: 2px;
}
.select2-container,
.modal-body .select2-container {
    z-index: 1024;
    width: 100% !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 10px;
    margin-left: 10px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.select2-results__option--selectable {
    background-color: rgba(var(--bs-secondary-rgb), 1);
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: rgba(var(--bs-secondary-rgb), 1);
    color: var(--bs-secondary-light);
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:focus,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: var(--bs-secondary-light);
    background-color: rgba(var(--bs-secondary-rgb), 1);
    border: none;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(var(--bs-secondary-rgb), 1);
    color: #fff;
}

.btn {
    /* display: flex; */
    display: block;
    gap: 4px;
    align-items: center;
}

/* ==========================================================================
   Super Admin UI — Card-based owner list (user module).
   Classes use sa- prefix to avoid collision with Bootstrap.
   Same color palette as super-admin-dash:
     primary #156078  |  navy #232E83  |  danger #E14B4B  |  success #16a34a
   ========================================================================== */
.sa-container { width: 100%; max-width: 1280px; margin-left: auto; margin-right: auto; }

.sa-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.sa-status {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    border-radius: 9999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}
.sa-status.s-pending         { background: #FEF3C7; color: #92400E; }
.sa-status.s-active          { background: #DCFCE7; color: #166534; }
.sa-status.s-on_hold         { background: #DBEAFE; color: #1E40AF; }
.sa-status.s-suspended       { background: #FEE2E2; color: #991B1B; }
.sa-status.s-pending_cancel  { background: #E5E7EB; color: #374151; }

.sa-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.15s, color 0.15s;
    line-height: 1.2;
}
.sa-tab.active            { background: #156078; color: #fff; }
.sa-tab:not(.active)     { background: #F3F4F6; color: #4B5563; }
.sa-tab:not(.active):hover { background: #E5E7EB; color: #111827; }

.sa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.15s, color 0.15s, border-color 0.15s;
    line-height: 1;
}
.sa-btn-primary                { background: #156078; color: #fff; }
.sa-btn-primary:hover          { background: #0e4a5e; color: #fff; }
.sa-btn-secondary              { background: #fff; color: #374151; border-color: #D1D5DB; }
.sa-btn-secondary:hover        { background: #F9FAFB; color: #111827; }
.sa-btn-danger                 { background: #E14B4B; color: #fff; }
.sa-btn-danger:hover           { background: #c63838; color: #fff; }
.sa-btn-outline-success        { background: #fff; color: #16a34a; border-color: #86EFAC; }
.sa-btn-outline-success:hover  { background: #F0FDF4; }
.sa-btn-outline-warning        { background: #fff; color: #D97706; border-color: #FCD34D; }
.sa-btn-outline-warning:hover  { background: #FFFBEB; }
.sa-btn-outline-danger         { background: #fff; color: #E14B4B; border-color: #FCA5A5; }
.sa-btn-outline-danger:hover   { background: #FEF2F2; }
.sa-btn-outline-info           { background: #fff; color: #0EA5E9; border-color: #7DD3FC; }
.sa-btn-outline-info:hover     { background: #F0F9FF; }
.sa-btn-outline-primary        { background: #fff; color: #156078; border-color: #7DD3DF; }
.sa-btn-outline-primary:hover  { background: #F0F9FB; }
.sa-icon-btn                   { padding: 6px; width: 32px; height: 32px; border-radius: 6px; }

.sa-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    font-size: 13px;
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s;
    background: #fff;
    color: #111827;
}
.sa-input:focus { border-color: #156078; box-shadow: 0 0 0 3px rgba(21, 96, 120, 0.1); }

.sa-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.5);
    z-index: 9998;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.sa-modal-backdrop.open { display: flex; }
.sa-modal-box {
    background: #fff;
    border-radius: 12px;
    max-width: 420px;
    width: 100%;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.sa-modal-header {
    padding: 16px 20px;
    border-bottom: 1px solid #E5E7EB;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sa-modal-body { padding: 20px; }
.sa-modal-footer {
    padding: 12px 20px;
    border-top: 1px solid #E5E7EB;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    background: #F9FAFB;
}

/* RTL flip for arrow-style icons */
[dir="rtl"] .sa-btn i[data-sa-flip] { transform: scaleX(-1); display: inline-block; }

/* Action form wrappers — keep Bootstrap Form::open markup compatible */
.sa-action-form { display: inline-block; margin: 0; }

/* ==========================================================================
   SUPER ADMIN MODE — Top Navbar (replaces Light Able sidebar/topbar)
   When <body> has .sa-mode, the Light Able sidebar and topbar are hidden,
   and a fixed top navbar takes over.
   ========================================================================== */
.sa-mode {
    /* Force-hide Light Able sidebar */
}
.sa-mode .pc-sidebar,
.sa-mode .pc-header,
.sa-mode .pc-mob-header,
.sa-mode .pc-navbar,
.sa-mode nav.pc-anchor,
.sa-mode .pcoded-navbar,
.sa-mode .pcoded-header {
    display: none !important;
}
/* Hide preloader overlay in SA mode (was blocking clicks) */
.sa-mode .loader-bg,
.sa-mode .loader-track {
    display: none !important;
}

/* Override Bootstrap card/form styling inside SA mode for pages that still use them
   (e.g. homepage with complex dynamic forms). Keeps functionality, improves visual. */
.sa-mode .card {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.sa-mode .card-header {
    background: #f9fafb !important;
    border-bottom: 1px solid #e5e7eb !important;
    padding: 12px 16px !important;
    border-radius: 8px 8px 0 0 !important;
}
.sa-mode .card-body {
    padding: 16px !important;
}
.sa-mode .nav-tabs.account-tabs {
    border-bottom: none !important;
    gap: 6px;
}
.sa-mode .nav-tabs.account-tabs .nav-link {
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #374151 !important;
    padding: 12px !important;
    margin-bottom: 0 !important;
    transition: all 0.15s;
}
.sa-mode .nav-tabs.account-tabs .nav-link.active {
    background: rgba(21, 96, 120, 0.05) !important;
    border-color: #156078 !important;
    color: #156078 !important;
}
.sa-mode .form-control,
.sa-mode .form-select {
    border-radius: 8px !important;
    border-color: #d1d5db !important;
    padding: 7px 12px !important;
    font-size: 13px !important;
}
.sa-mode .form-control:focus,
.sa-mode .form-select:focus {
    border-color: #156078 !important;
    box-shadow: 0 0 0 1px #156078 !important;
}
.sa-mode .form-label {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #374151 !important;
    margin-bottom: 4px !important;
}
.sa-mode .btn-secondary {
    background: #fff !important;
    border-color: #d1d5db !important;
    color: #374151 !important;
}
.sa-mode .btn-secondary:hover {
    background: #f9fafb !important;
}
.sa-mode .tab-content {
    padding: 16px 0 !important;
}

/* Override Bootstrap nav-tabs in SA mode */
.sa-mode .nav-tabs {
    border-bottom: none !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
}
.sa-mode .nav-tabs .nav-link {
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #374151 !important;
    padding: 8px 16px !important;
    margin-bottom: 0 !important;
    transition: all 0.15s !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}
.sa-mode .nav-tabs .nav-link:hover {
    border-color: #156078 !important;
    color: #156078 !important;
}
.sa-mode .nav-tabs .nav-link.active {
    background: rgba(21, 96, 120, 0.08) !important;
    border-color: #156078 !important;
    color: #156078 !important;
}

/* Bootstrap grid → Tailwind grid mapping for SA mode */
.sa-mode .row {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.sa-mode .col-1, .sa-mode .col-2, .sa-mode .col-3, .sa-mode .col-4,
.sa-mode .col-5, .sa-mode .col-6, .sa-mode .col-7, .sa-mode .col-8,
.sa-mode .col-9, .sa-mode .col-10, .sa-mode .col-11, .sa-mode .col-12 {
    grid-column: span 12 / span 12 !important;
}
/* col-md-X = full width on mobile, X/12 on md+ (768px+) */
.sa-mode .col-md-1 { grid-column: span 12 / span 12 !important; }
.sa-mode .col-md-2 { grid-column: span 12 / span 12 !important; }
.sa-mode .col-md-3 { grid-column: span 12 / span 12 !important; }
.sa-mode .col-md-4 { grid-column: span 12 / span 12 !important; }
.sa-mode .col-md-5 { grid-column: span 12 / span 12 !important; }
.sa-mode .col-md-6 { grid-column: span 12 / span 12 !important; }
.sa-mode .col-md-7 { grid-column: span 12 / span 12 !important; }
.sa-mode .col-md-8 { grid-column: span 12 / span 12 !important; }
.sa-mode .col-md-9 { grid-column: span 12 / span 12 !important; }
.sa-mode .col-md-10 { grid-column: span 12 / span 12 !important; }
.sa-mode .col-md-11 { grid-column: span 12 / span 12 !important; }
.sa-mode .col-md-12 { grid-column: span 12 / span 12 !important; }
.sa-mode .col-lg-1 { grid-column: span 1 / span 1 !important; }
.sa-mode .col-lg-2 { grid-column: span 2 / span 2 !important; }
.sa-mode .col-lg-3 { grid-column: span 3 / span 3 !important; }
.sa-mode .col-lg-4 { grid-column: span 4 / span 4 !important; }
.sa-mode .col-lg-5 { grid-column: span 5 / span 5 !important; }
.sa-mode .col-lg-6 { grid-column: span 6 / span 6 !important; }
.sa-mode .col-lg-7 { grid-column: span 7 / span 7 !important; }
.sa-mode .col-lg-8 { grid-column: span 8 / span 8 !important; }
.sa-mode .col-lg-9 { grid-column: span 9 / span 9 !important; }
.sa-mode .col-lg-10 { grid-column: span 10 / span 10 !important; }
.sa-mode .col-lg-11 { grid-column: span 11 / span 11 !important; }
.sa-mode .col-lg-12 { grid-column: span 12 / span 12 !important; }
/* col-sm: full width on small screens, half on larger */
.sa-mode .col-sm-12 { grid-column: span 12 / span 12 !important; }
.sa-mode .col-sm-6  { grid-column: span 6 / span 6 !important; }
.sa-mode .col-sm-4  { grid-column: span 4 / span 4 !important; }
.sa-mode .col-sm-3  { grid-column: span 3 / span 3 !important; }
.sa-mode .col-sm-2  { grid-column: span 2 / span 2 !important; }
.sa-mode .col-sm-1  { grid-column: span 1 / span 1 !important; }
/* col-md-X proper proportions on md+ (>=768px) */
@media (min-width: 768px) {
    .sa-mode .col-md-1 { grid-column: span 1 / span 1 !important; }
    .sa-mode .col-md-2 { grid-column: span 2 / span 2 !important; }
    .sa-mode .col-md-3 { grid-column: span 3 / span 3 !important; }
    .sa-mode .col-md-4 { grid-column: span 4 / span 4 !important; }
    .sa-mode .col-md-5 { grid-column: span 5 / span 5 !important; }
    .sa-mode .col-md-6 { grid-column: span 6 / span 6 !important; }
    .sa-mode .col-md-7 { grid-column: span 7 / span 7 !important; }
    .sa-mode .col-md-8 { grid-column: span 8 / span 8 !important; }
    .sa-mode .col-md-9 { grid-column: span 9 / span 9 !important; }
    .sa-mode .col-md-10 { grid-column: span 10 / span 10 !important; }
    .sa-mode .col-md-11 { grid-column: span 11 / span 11 !important; }
    .sa-mode .col-md-12 { grid-column: span 12 / span 12 !important; }
}

/* Common Bootstrap class overrides */
.sa-mode .modal-header { border-bottom: 1px solid #e5e7eb !important; }
.sa-mode .modal-footer { border-top: 1px solid #e5e7eb !important; }
.sa-mode .modal-body { padding: 20px !important; }

.sa-mode .pc-container {
    margin-left: 0 !important;
    top: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}
.sa-mode .pc-content {
    padding: 0 !important;
}

/* Top navbar layout */
.sa-topnav {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: #fff;
    border-bottom: 1px solid #E5E7EB;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    width: 100%;
}
/* Top navbar layout — matches fleethub-rta/components/navbar.html
   - Top Logo Bar: container mx-auto px-4 lg:px-8 py-3
   - Max-width: 1280px (matches RTA @media min-width:1280px) */
.sa-topnav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    height: 64px;
    padding: 12px 16px;  /* py-3 px-4 — same as Tailwind */
    max-width: 1280px;
    margin: 0 auto;
}
@media (min-width: 1024px) {
    .sa-topnav-inner {
        padding: 12px 32px;  /* py-3 px-8 (lg breakpoint) — same as Tailwind */
    }
}
.sa-topnav-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    text-decoration: none;
}
.sa-topnav-logo {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #156078 0%, #232E83 100%);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}
.sa-topnav-brand-text {
    line-height: 1.1;
}
.sa-topnav-brand-name {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    color: #111827;
}
.sa-topnav-brand-sub {
    margin: 2px 0 0;
    font-size: 10px;
    font-weight: 700;
    color: #156078;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* Desktop nav links */
.sa-topnav-links {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1 1 auto;
    min-width: 0;
}
.sa-topnav-links > li {
    position: relative;
}
.sa-topnav-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #4B5563;
    text-decoration: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.15s, color 0.15s;
    line-height: 1.2;
}
.sa-topnav-link:hover {
    background: #F3F4F6;
    color: #111827;
}
.sa-topnav-link.sa-active {
    background: #156078;
    color: #fff;
}
.sa-topnav-link i {
    font-size: 16px;
}
.sa-topnav-caret {
    font-size: 12px !important;
    opacity: 0.75;
}
.sa-topnav-dropdown {
    position: relative;
}
.sa-topnav-dropdown-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 200px;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.05);
    list-style: none;
    margin: 0;
    padding: 6px;
    z-index: 50;
}
.sa-topnav-dropdown-menu[style*="display:none"] { display: none !important; }
.sa-topnav-dropdown-item {
    display: block;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    text-decoration: none;
    transition: background-color 0.15s, color 0.15s;
}
.sa-topnav-dropdown-item:hover {
    background: #F3F4F6;
    color: #111827;
}

/* Right-side actions */
.sa-topnav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.sa-topnav-lang {
    font-size: 12px;
    font-weight: 700;
    color: #6B7280;
    text-decoration: none;
    padding: 4px 6px;
    border-radius: 4px;
}
.sa-topnav-lang.sa-active {
    color: #156078;
    font-weight: 800;
}
.sa-topnav-lang:hover {
    color: #156078;
}
.sa-topnav-lang-sep {
    color: #D1D5DB;
    font-size: 12px;
}
.sa-topnav-user-wrap {
    position: relative;
}
.sa-topnav-user-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1px solid transparent;
    padding: 4px 8px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.15s;
}
.sa-topnav-user-btn:hover {
    background: #F3F4F6;
}
.sa-topnav-user-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #232E83;
    color: #fff;
    font-weight: 800;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sa-topnav-user-name {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sa-topnav-user-menu {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.1);
    padding: 6px;
    z-index: 50;
}
.sa-topnav-user-menu[style*="display:none"] { display: none !important; }
.sa-topnav-user-header {
    padding: 10px 12px;
    border-bottom: 1px solid #E5E7EB;
    margin-bottom: 4px;
}
.sa-topnav-user-name-big {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
}
.sa-topnav-user-email {
    margin: 2px 0 0;
    font-size: 12px;
    color: #6B7280;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sa-topnav-user-item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    background: transparent;
    border: 0;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.15s;
}
.sa-topnav-user-item:hover {
    background: #F3F4F6;
}
.sa-topnav-user-item-danger {
    color: #E14B4B;
}
.sa-topnav-user-item-danger:hover {
    background: #FEF2F2;
}
.sa-topnav-burger {
    display: none;
    background: transparent;
    border: 0;
    padding: 6px;
    cursor: pointer;
    color: #374151;
    font-size: 22px;
}

/* Main content area — matches fleethub-rta container mx-auto px-4 lg:px-8 py-6
   No sidebar, content spans full width with horizontal padding.
   Max-width matches fleethub-rta/app.js @media (min-width:1280px){.container{max-width:1280px}} */
.sa-main {
    min-height: calc(100vh - 64px);
    background: #ffffff;  /* matches fleethub-rta body { background-color: #ffffff; } */
    padding: 24px 16px;  /* py-6 px-4 — same as Tailwind */
}
@media (min-width: 1024px) {
    .sa-main {
        padding: 24px 32px;  /* py-6 px-8 (lg breakpoint) — same as Tailwind */
    }
}
.sa-main-inner {
    max-width: 1280px;  /* matches fleethub-rta @media (min-width:1280px) */
    margin: 0 auto;
}
.sa-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.sa-breadcrumb-page {
    font-size: 12px;
    color: #6B7280;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.sa-breadcrumb-page h5 {
    font-size: 12px;
    margin: 0;
    font-weight: 600;
    color: #156078;
}
.sa-breadcrumb-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #6B7280;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
.sa-breadcrumb-list li {
    display: inline-flex;
    align-items: center;
}
.sa-breadcrumb-list li::after {
    content: '/';
    margin: 0 6px;
    color: #D1D5DB;
}
.sa-breadcrumb-list li:last-child::after { content: ''; }
.sa-breadcrumb-list a {
    color: #156078;
    text-decoration: none;
}
.sa-breadcrumb-list a:hover { text-decoration: underline; }
.sa-breadcrumb-list .breadcrumb-item.active { color: #111827; font-weight: 600; }

/* Mobile responsive */
@media (max-width: 1024px) {
    .sa-topnav-inner {
        padding: 0 12px;
        height: 56px;
    }
    .sa-topnav-brand-text { display: none; }
    .sa-topnav-burger { display: inline-flex; }
    .sa-topnav-links {
        position: absolute;
        top: 56px;
        left: 0;
        right: 0;
        background: #fff;
        border-bottom: 1px solid #E5E7EB;
        box-shadow: 0 10px 25px -5px rgba(0,0,0,0.1);
        flex-direction: column;
        align-items: stretch;
        padding: 8px;
        gap: 2px;
        display: none;
    }
    .sa-topnav-links.sa-open { display: flex; }
    .sa-topnav-link { width: 100%; padding: 10px 12px; }
    .sa-topnav-dropdown-menu { position: static; box-shadow: none; border: 0; padding: 0 0 0 16px; min-width: 0; }
    .sa-topnav-user-name { display: none; }
    .sa-main { padding: 16px; min-height: calc(100vh - 56px); }
}

/* RTL adjustments for top navbar */
[dir="rtl"] .sa-topnav-dropdown-menu {
    left: auto;
    right: 0;
}
[dir="rtl"] .sa-topnav-user-menu {
    right: auto;
    left: 0;
}
[dir="rtl"] .sa-topnav-caret { transform: scaleX(-1); }
[dir="rtl"] .sa-breadcrumb-list li::after { content: '\\'; }
